html{
	padding: 0;
	margin: 0;
	
}
body{
	padding:0;
	margin:0;

}

ul{
	list-style-type: none;
}

@font-face{
	font-family: 'NuevaStd';
	src: url("../Fonts/NuevaStd-Regular.otf") format("opentype");
}

@font-face{
	font-family: 'NuevaStdCond';
	src: url("../Fonts/NuevaStd-Cond.otf") format("opentype");
}

span{
	font-family: NuevaStd;
}

#Background{
}
#FeaturedPresentation{
	float: right;
	margin-top: 10px;
	left: 30%;
	width: 70%;
	height: 570px; /*navigator height + navigator top*/
	/*box-shadow: 0px 0px 50px 0px rgba(61,59,61,0.85);*/
}
.SideNews{
	position: absolute;
	width: 100%;
	height: 40%;
	top: 59%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}
.Video{
	position: absolute;
	width: 100%;
	height: 85%;
	top: 59%;
	white-space:nowrap;
	overflow:hidden;
	display:None;
}
.VideoFriendster{
	position: absolute;
	width: 100%;
	height: 85%;
	top: 59%;
	white-space:nowrap;
	overflow:hidden;
	display:None;
}
.VideoMovies{
	position: absolute;
	width: 100%;
	height: 85%;
	top: 59%;
	white-space:nowrap;
	overflow:hidden;
	display:None;
}
.VideoOgbnPapers100M{
	position: absolute;
	width: 100%;
	height: 85%;
	top: 59%;
	white-space:nowrap;
	overflow:hidden;
	display:None;
}
.SampleCity{
	position: absolute;
	width: 100%;
	height: 40%;
	top: 59%;
	white-space:nowrap;
	overflow:hidden;
	display:None;
}

.ProjectPage.ScrollDown li a span {
	display: contents;
	/* padding-top:5px; */
}

.News{
	position: relative;
	width: 100%;
	height: 700px;
	z-index: 0;
	display: block;
	min-width: 822px;
}
.FrontPageNews{
	position: absolute;
	width: 100%;
	height: 50%;
}
.BuildingImages{
	width: 100%;
	height: 100%;
}
.BuildingImages div{
	width: 100%;
	height: 100%;
	display:none;
	
}
.BuildingImages div.active{

	display: block;
}
.contributor1{
	width: 100%;
	height: 100%;
}
.contributor2{
	width: 100%;
	height: 100%;
}
.contributor3{
	width: 100%;
	height: 100%;
}
.contributor4{
	width: 100%;
	height: 100%;
}
.contributor5{
	width: 100%;
	height: 100%;
}
.imageCaption
{

		position: absolute;
		width: 250px;
		height: 50px;
		bottom: 0px;
		left: 0px;
		color: black;
		background: white;
		text-align:center;
		font-weight:bold;
		font-family:NuevaStd ;
		opacity:0.7;
		margin-left:5px;
		content: var(--content);
		
	  
}
.imageCaption:before{
	content:attr(--content);
	
 }
#CityCaption
{
	content:"blah blah blah";
}
#GraphCity{
	background: url(img/graph.jpg) no-repeat center center;
	background-size: 100% 100%;
}
#PatentCitation{
	background: url(img/Cities/PatentCitation.PNG) no-repeat center center;
	background-size: 100% 100%;
}
#arxiv{
	background: url(img//Cities/ogbn-arxiv.png) no-repeat center center;
	background-size: 100% 100%;
}
#Friendster{
	background: url(img/Cities/Friendster.png) no-repeat center center;
	background-size: 100% 100%;
}
#Fabula{
	background: url(img/Fabula.png) no-repeat center center;
	background-size: 100% 100%;
}


.RutgersBar{
	position: relative;
	top: 0;
	height: 20px;
	width: 90%;
	min-width: 1275px;
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
}
.RutgersBar ul{
	margin: 0;
	padding: 0;
}
.RutgersBar li{
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
	font-family: Serif;
}
#login{
	position: relative;
	width: 80px;
	height: 26px;
	-moz-box-shadow:inset 0px 1px 0px 0px #f7c5c0;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f7c5c0;
	box-shadow:inset 0px 1px 0px 0px #f7c5c0;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fc8d83), color-stop(1, #e4685d));
	background:-moz-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
	background:-webkit-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
	background:-o-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
	background:-ms-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
	background:linear-gradient(to bottom, #fc8d83 5%, #e4685d 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8d83', endColorstr='#e4685d',GradientType=0);
	background-color:#fc8d83;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
}
#searchBar{
	float: right;
	height: 20px;
	margin-top: -20px;
	color: #aaa;
	font-size: 13px;
	overflow: hidden;
}
#searchBar input{
	width: 254px;
	height: 25px;
	background: #fcfcfc;
	border: 1px solid #aaa;
	border-radius: 5px;
	box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset;
	text-indent: 32px;
}
#cov19FAQBar{
	float: right;
	height: 20px;
	margin-top: -20px;
	color: #aaa;
	font-size: 13px;
	overflow: hidden;
}
#magglass{
	position: absolute;
	padding-left: 5px;
	padding-top: 5px;
	margin-top: 3px;
	margin-left: 5px;
	width: 15px;
	height: 15px;
	background: url(../img/Search.gif) no-repeat center center;
	background-size: cover;
	display: none;
}

#site-search-input{
	display: none;
}

.DivWrap{
	position: relative;
	min-width: 1275px;
	max-width: 1500px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#blankBar{
	padding-top: 10px;
}
/********************************************** TOP BANNER */
.cov19FAQBar{
	position: absolute;
	height: 70px;
	width: 100%;
	opacity: 0.9;
	/* color: rgb(231, 181, 15); */
	background-color: rgb(231, 181, 15);
}

.LogoBar{
	position: absolute;
	height: 70px;
	width: 100%;
	top: 0px;    /*70*/
	opacity: 0.9;
	color: #fff;
	/*background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 70%, rgba(95, 106, 114,1) 99%);*/
	/*background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(12,20,17,1) 47%,rgba(33,161,165,1) 99%);*/
	background: linear-gradient(to right, rgba(204,0,51,1) 0%,rgba(204,43,69,1) 72%,rgba(33,147,165,1) 99%);
	/* 	grey 95, 106, 114
		red 204, 0, 51
		black 0, 0, 0
		white 255, 255, 255
	*/
}
/*Rutgers*/
.Logotype{
        position: absolute;
        background: url(img/Logotype.png) no-repeat center center;
        background-size: 95%;
        width: 383px;
        height: 69px;
        top: 0px;
        left: -10px;
        z-index: 5;
}

/*MS in Computer Science*/

.LogoTitleCS{
	font-size: 16px;
	font-family: Serif;
	position: absolute;
	letter-spacing: 2px;
	left: 30%;
	top: 3px;
	z-index: 1;
	color: #cc0033;
}

.LogoTitleDS{
	font-size: 25px;
	font-family: Serif;
	position: absolute;
	letter-spacing: 2px;
	left: 30%;
	top: 25px;
	z-index: 1;
}


.Sunburst{
	position: absolute;
	background: url(../img/Sunburst.png) no-repeat center center;
	background-size: 100% auto;
	top: 0px;
	height: 100%;
	width: 400px;
	z-index: 0;
	opacity: 0.2;
}

#Outreach{
	position: absolute;
	width: 15%;
	height: 50%;
	left: 92%;
	top: 50%;
}
#Outreach span{
	font-size: 18px;
	left: 50px;
	top: 0;
}
/********************************************** MENU BAR */
.MenuBar{
	position: absolute;
	width: 100%;
	height: 30px;
	top: 70px;
	margin-bottom: 5px;
	z-index: 20;
}
.MenuSettings{
	float: right;
	height: 30px;
}
.MenuBar ul{
	margin: 0;
	padding: 0;
}
.MenuBar li{
	display: inline-block;
	padding-right: 10px;
	padding-left: 40px;
	font-size: 22px;
	width: 120px;
}
.Menu span{
	float:left;
	width: 50px;
	text-shadow: 3px 3px 2px rgba(200, 200, 200, 1);
}

.ScrollDown{
	background: white;
}

.ScrollDown ul{
	margin: 0;
	padding: 0;
}

.ScrollDown li{
	display:none;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	font-size: 16px;
	text-align: left;
	font-family: NuevaStd;
	color: #0433ff;
	padding-left: 0px !important;
}

.PeoplePage{
	position: absolute;
	width: 170px;
	height: 0px; /* 70 animate*/
}
.para{
	font-size: 17px;
}
.para:hover {
	transform: scale(1.05);
	}

.AboutPage{
	position: absolute;
	width: 250px;
	height:0px; /* 220 animate*/
}

.AboutPage li{
	width:300px;
}


.ProjectPage{
	position: absolute;
	width: 150x;
	height:0px; /* 220 animate*/
}

.ProjectPage li{
	width:300px;
}
/********************************************** PAGE */
#FeaturedWindowWrapper{
	position: absolute;
	top: 18%;
	height: 700px;
	width: 100%;
	min-width: 800px;
	margin-bottom: 0;
}

					/**** NAVIGATION ****/
#Navigator{
	position: absolute;
	width: 350px;
	height: 350px;
	top: 350px;
	z-index: 3;
	
}
.NaviBar{
	position: absolute;
	height: 70%;
	width: 100%;
	border: 1px solid #996600;
	border-radius: 10px;
	box-shadow: 5px 5px 10px #666555;
	top:4%;
	overflow-x:scroll;
	overflow-y:hidden;
}
.NaviBar2{
	position: absolute;
	height: 100%;
	width: 100%;
	border: 1px solid #996600;
	border-radius: 10px;
	box-shadow: 5px 5px 10px #666555;
	top:4%;
	display:none;
}
.NaviBar1{
	position: absolute;
	height: 25%;
	width: 100%;
	border: 1px solid #996600;
	border-radius: 10px;
	box-shadow: 5px 5px 10px #666555;
	top:76%;
}

.NaviContent{
	position: absolute;
	height:350px
	width: 348px;
}

.NaviContentText{
	height: 240px;
	width: 225%;
	overflow-x:scroll;

	
}
.NaviContentText2{
	height: 240px;
	width: 348px;
	overflow-y:scroll;
	display:none;
}

.NaviContentText1{
	height: 100px;
	width: 348px;
	overflow-y:scroll;
}
.NaviBtn{
	height: 24px;
	width: 95%;
	top:300px;
	margin-left: 10px;
	margin-right: 10px;
	font-family: NuevaStd;
	font-size: 20px;
	font-weight: bold;
	border-top: 1px solid black;
	position: absolute;
	overflow: hidden;
	background-color: white;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.NaviContent p{
	margin:10px;
	font-size: 12px;
	font-family: "Lucida Console";
}

#Navi3Display{
	position: relative;
	height: 100%;
	width: 100%;
	white-space: nowrap;
}
#Navi2Display{
	position: relative;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	display:none;
}
#NaviDisplay{
	position: relative;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	display:none;
}
.ControlCards{
	display: block;
	width: 90%;
	margin-left: 8%;
	height: 40px;
	z-index: 10;
	border-radius: 5px;
}
					/**** MAIN MAP ****/
#FeaturedPresentation{
	float: right;
	margin-top: 10px;
	left: 30%;
	width: 70%;
	height: 700px; /*navigator height + navigator top*/
	/*box-shadow: 0px 0px 50px 0px rgba(61,59,61,0.85);*/
}

/********************************************** WORDCLOUD */
/*.WordCloud, .WordCloudAlg, .WordCloudSys, .WordCloudDis, .WordCloudVis{
	position: absolute;
	width: 280px;
	height: 350px;
	top: 80px;
	left: 1%;
	z-index: 1;
}
.WordCloudAlg, .WordCloudSys, .WordCloudDis, .WordCloudVis{
	display: none;
}
.WordCloud img, .WordCloudAlg img, .WordCloudSys img, .WordCloudDis img, .WordCloudVis img{
	width: 280px;
	height: 350px;
}*/
#tagcloud{
	position: absolute;
	width:400px;
	height:400px;
	top: 14%;
	left:-30px;
	z-index: 1;
}

#tagcloud a {
	position:absolute; 
	top:0px; left:0px; 
	font-family: Helvetica; 
	font-weight:bold; 
	text-decoration:none; 
	padding: 3px 6px; 
}

.ball {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: relative;
  background: radial-gradient(circle at bottom, #81e8f6, #76deef 10%, #055194 80%, #062745 100%); }
  .ball:before {
    content: "";
    position: absolute;
    top: 1%;
    left: 5%;
    width: 90%;
    height: 90%;
    border-radius: 100%;
    background: radial-gradient(circle at top, white, rgba(255, 255, 255, 0) 58%);
    -webkit-filter: blur(5px);
    filter: blur(5px);
    z-index: 2; }
  .ball:after {
    content: "";
    position: absolute;
    display: none;
    top: 5%;
    left: 10%;
    width: 80%;
    height: 80%;
    border-radius: 100%;
    -webkit-filter: blur(1px);
    filter: blur(1px);
    z-index: 2;
    -webkit-transform: rotateZ(-30deg);
    transform: rotateZ(-30deg); }
  .ball .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0) 50%);
    -webkit-transform: rotateX(90deg) translateZ(-160px);
    transform: rotateX(90deg) translateZ(-160px);
    z-index: 1; }
  .ball.plain {
    background: black; }
    .ball.plain:before, .ball.plain:after {
      display: none; }
  .ball.bubble {
    background: radial-gradient(circle at 50% 55%, rgba(240, 245, 255, 0.9), rgba(240, 245, 255, 0.9) 40%, rgba(225, 238, 255, 0.8) 60%, rgba(43, 130, 255, 0.4));
    -webkit-animation: bubble-anim 2s ease-out infinite;
    animation: bubble-anim 2s ease-out infinite; }
    .ball.bubble:before {
      -webkit-filter: blur(0);
      filter: blur(0);
      height: 80%;
      width: 40%;
      background: radial-gradient(circle at 130% 130%, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 58%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
      -webkit-transform: translateX(131%) translateY(58%) rotateZ(168deg) rotateX(10deg);
      transform: translateX(131%) translateY(58%) rotateZ(168deg) rotateX(10deg); }
    .ball.bubble:after {
      display: block;
      background: radial-gradient(circle at 50% 80%, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 74%, white 80%, white 84%, rgba(255, 255, 255, 0) 100%); }

.stage {
  width: 300px;
  height: 300px;
  margin-top: 50px;
  margin-left: 40px;
  display: inline-block;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -ms-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
  -webkit-perspective-origin: 50% 50%;
  -moz-perspective-origin: 50% 50%;
  -ms-perspective-origin: 50% 50%;
  -o-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}

.T_Algorithm{
	color: #fd9202;
}

.T_Visualization{
	color: #fef701;
}

.T_Interfaces{
	color: #ffcc00;
}

.T_Cloud{
	color: #ff6600;
}

.T_Computing{
	color: #ff6600;
}

.T_Analytics{
	color: #ffcc00;
}

.T_Network{
	color: #33cc33;
}

.T_Building{
	color: #ffdc1a;
}

.T_Data{
	color: #0099ff;
}

.T_Science{
	color: #0099ff;
}

.T_Discovery{
	color: #0066ff;
}

.T_Optimization{
	color: #ff3300;
}

.T_Games{
	color: #00cc99;
}

.T_Cyber{
	color: #00cc66;
}

.T_Security{
	color: #00ff00;
}

.T_Systems{
	color: #1fe03e;
}

.T_Knowledge{
	color: #0033cc;
}
.T_ML{
	color: #561a8d;
}

.T_AI{
	color:#8328d7;
}
/*.MenuCurrentMenu
{color: rgb(231, 206, 69); font-weight: bold;  cursor: pointer; padding-right: 175px;}
	
.MenuCurrentMenu span {color: rgb(0, 82, 214); text-shadow: rgb(200, 200, 200) 0px 0px 0px;
	font-size: 28px;
	}*/

/*********************************************** AUTHENTICATION */
.Authentication{
	display: none;
	float: right;
	width: 100px;
	height: 200px;
	background-color: blue;
	z-index: 10;
}

/********************************************** FOOTER */
.BottomFooter{
	position: absolute;
	width: 100%;
	height: 120px;
	top: 750px; /*900*/
	margin-top:-28px;
}

#FooterAddress li{
	height: 19px;
}

#FooterContact li{
	height: 19px;
}

#FooterLinkR li{
	height: 14px;
}

#FooterLinkS li{
	height: 14px;
}
@media screen and (max-width: 768px) {
	 #tagcloud{
	  display:none; 
	}
	.MenuBar{
		position: absolute;
		width: 100%;
		height: 30px;
		top: 70px;
		margin-bottom: 5px;
		z-index: 20;
		margin-left: -380px;
	}
	.MenuBar li{
		display: inline-block;
		padding-right: 5px;
		padding-left: 20px;
		font-size: 15px;
		width: 120px;
	}
  }

